Configurates
C1.Web.Mvc.InputTime<T>.Max. Sets the latest time that the user can enter.
Syntax
'Declaration
Public Function Max( _
ByVal As Date _
) As InputTimeBuilder(Of T)
public InputTimeBuilder<T> Max(
DateTime
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also